home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / pc / sc_win.exe / sc_win.DXR / 00005_sw_off.ls < prev    next >
Encoding:
Text File  |  1995-07-03  |  248 b   |  10 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     set the castNum of sprite clickOn() to the number of cast "sw_on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite clickOn() to the number of cast "sw_off"
  7.   updateStage()
  8.   play frame "SW"
  9. end
  10.